home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / footb110.zip / START.BAT < prev    next >
DOS Batch File  |  1996-02-12  |  538b  |  32 lines

  1. @ECHO OFF
  2.  
  3. :RUNFFBL
  4.  
  5. C:
  6. REM Change to Your Franchise Football Drive
  7.  
  8. CD\DOORS\FFBL
  9. REM Change to your FFBL Path
  10.  
  11. FOOTBALL FOOT%1.CFG
  12. REM This should be Ok, if you used the config file system
  13. REM and called it FOOT#.CFG where #=Node number... then pass the node from
  14. REM your BBS... START.BAT %N
  15.  
  16. IF ERRORLEVEL 50 GOTO RUNIGM
  17.  
  18. GOTO END
  19.  
  20. :RUNIGM
  21. CALL DO%1.BAT
  22. GOTO RUNFFBL
  23.  
  24. :END
  25.  
  26. C:
  27. CD\BBS
  28. EXIT
  29. REM Any special instructions you need to start your BBS should go here ( for
  30. REM example, CD\BBS, EXIT, etc... )
  31.  
  32.